- convertPalettizedToRGBA
ubyte[] convertPalettizedToRGBA()
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBytesPerPixel
ubyte getBytesPerPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHeight
uint getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
- getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPalette
const(ubyte[]) getPalette()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPixels
const(ubyte[]) getPixels()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWidth
uint getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasLoadedData
bool hasLoadedData()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadFromMemory
bool loadFromMemory(ubyte[] data, void delegate(IImage self) onSuccess, void delegate() onFailure)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadRaw
void loadRaw(ubyte[] pixels, int width, int height, ubyte bytesPerPixel)
Undocumented in source. Be warned that the author may not have intended to support it.
- monochromeToRGBA
ubyte[] monochromeToRGBA()
Undocumented in source. Be warned that the author may not have intended to support it.